IMessage Class Reference
[VST 3 Interfaces to be implemented by HostVST 3 Interfaces defined in version 3.0.0]

Private Plug-in message. More...

#include <ivstmessage.h>

Inheritance diagram for IMessage:
Inheritance graph
[legend]

Public Member Functions

virtual FIDString getMessageID ()=0
 Returns the message ID (for example "TextMessage").
virtual void setMessageID (FIDString id)=0
 Sets a message ID (for example "TextMessage").
virtual IAttributeListgetAttributes ()=0
 Returns the attribute list associated to the message.

Static Public Attributes

static const FUID iid

Detailed Description

Private Plug-in message.

Messages are sent from a VST-controller component to a VST-editor component and vice versa.

See also:
IAttributeList, IConnectionPoint, Communication between the components

Member Function Documentation

virtual FIDString getMessageID (  )  [pure virtual]

Returns the message ID (for example "TextMessage").

virtual void setMessageID ( FIDString  id  )  [pure virtual]

Sets a message ID (for example "TextMessage").

virtual IAttributeList* getAttributes (  )  [pure virtual]

Returns the attribute list associated to the message.


Field Documentation

const FUID iid [static]

Reimplemented from FUnknown.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.